home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / pimslist / mtrkdos.zip / MT.BAT < prev    next >
DOS Batch File  |  1995-01-10  |  503b  |  24 lines

  1. echo off
  2. if x==%2x cls
  3. if not x==%1x goto START
  4. echo SYNTAX:  "MT xxx"  (where xxx are your initials)
  5. goto END
  6. :START
  7. if x==%2x echo For POP-UP service, enter "MT xxx MR"  (xxx = your initials)
  8. cd\MANAGEX
  9. :START2
  10. if exist end%1.fyl goto RETURN
  11. rem PC-BEEP x x x x x %1 x x x tx
  12. MTTRACK x x x MAIN MAIN %1 x x x %2
  13. if not exist util%1.bat goto RETURN
  14. echo off
  15. util%1
  16. goto START2
  17. :RETURN
  18. echo off
  19. cls
  20. :SE
  21. if exist util%1.bat erase util%1.bat
  22. if exist end%1.fyl erase end%1.fyl
  23. :END
  24.